home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-serious-
/
wb
/
ttmanager
/
rexx
/
ttm-tmpsnapshot.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-09-06
|
539b
|
20 lines
/* $VER: TTM-TmpSnapshot.rexx 1.0 (16.11.98) by J. Tierney
TTManager Temporary Snapshot v1.0
11/16/98 J. Tierney <jtierney@cyberlink-inc.com>
Purpose: Snapshots the current window's position & dimensions, but
doesn't save them permanently, like the Snaphot menu option.
These snapshot settings will be lost when TTManager is quit.
Usage: TTM-TmpSnapshot.rexx
*/
OPTIONS RESULTS
ADDRESS 'TTMANAGER'
'GetWindowDims wdims'
'SetWindowDims X' wdims.x 'Y' wdims.y 'W' wdims.width 'H' wdims.height 'DEF'